home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000163_fdc@columbia.edu_Sun Jun 15 12:45:04 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  53 lines

  1. Article: 14392 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: K95 Linux Emacs vt320 ^Q^I Behavior
  6. Date: 15 Jun 2003 12:44:51 -0400
  7. Organization: Columbia University
  8. Lines: 36
  9. Message-ID: <bci7q3$qqu$1@watsol.cc.columbia.edu>
  10. References: <70boevk3dddlael4md65i3g3d5j1v3cqct@4ax.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1055695492 15644 128.59.39.139 (15 Jun 2003 16:44:52 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 15 Jun 2003 16:44:52 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14392
  16.  
  17. In article <70boevk3dddlael4md65i3g3d5j1v3cqct@4ax.com>,
  18. Ron Heiby  <heiby_u@falkor.chi.il.us> wrote:
  19. : This query may be a bit far afield. If so, sorry.
  20. : Using K95, I connect via SSH to one of my lab systems. I have set (via a
  21. : Dialer entry) my terminal type to be vt320, and Linux knows that I am a
  22. : vt320. I enter "emacs" and attempt to enter a quoted-literal TAB character
  23. : by typing Ctrl-Q, followed by Ctrl-I (or Tab). Instead of seeing the
  24. : cursor move a few blank spaces to the right, a "^@" appears on the screen
  25. : at the point, the bell rings, and the minibuffer displays, "End of
  26. : buffer".
  27. I think this is an EMACS peculiarity having nothing to do with Kermit.
  28. The same thing started happening to me the last the local copy of EMACS
  29. was upgraded.  I happen to have an old copy laying around:
  30.  
  31.   GNU Emacs 19.22.24: ^Q Tab inserts a Tab
  32.   GNU Emacs 20.7.1:   ^Q Tab does what you describe
  33.  
  34. Same copy of K95, same settings, same host, same .emacs.
  35.  
  36. : If, using the same kermit session, I lie to Linux and set TERM=vt100, then
  37. : the same test results in the cursor moving a few blank spaces to the
  38. : right, just as I would expect. TERM=vt102 and TERM=vt220 also give the
  39. : expected behavior.
  40. Hmmm, I never noticed that before, but yes, same here.
  41.  
  42. : What's different about vt320 that Linux emacs doesn't seem to care for?
  43. : Thanks!
  44. :
  45. Clearly it's nothing to do with Kermit.  It's some strange EMACS-curses-
  46. termcap/terminfo interaction on the host.  If you figure it out, let us
  47. know because it's been bugging me too.
  48.  
  49. - Frank
  50.